dimensioned quantity, number
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the product of the
dimensioned quantity
and the number.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | multiplicand | dimensioned quantity |
A dimensioned quantity .
|
|
2 | multiplier | number | A number. | |
Returns | dimensioned quantity | The product of multiplicand and multiplier. |
number, dimensioned quantity
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the product of the
dimensioned quantity
and the number.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | multiplicand | number | A number. | |
2 | multiplier | dimensioned quantity |
A dimensioned quantity .
|
|
Returns | dimensioned quantity | The product of multiplicand and multiplier. |
dimensioned quantity, dimensioned quantity
Source: /avail/Dimensional Analysis/Core
Categories: Dimensional Analysis
Compute and answer the product of the arguments.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | multiplicand | dimensioned quantity |
A dimensioned quantity .
|
|
2 | multiplier | dimensioned quantity |
A dimensioned quantity .
|
|
Returns | any |
The product of multiplicand and multiplier. If the result is a scalar , then its extent will be returned (i.e., it will be normalized to a number ).
|